object reg_form: Treg_form Left = 475 Top = 264 BorderStyle = bsDialog Caption = 'Register MP3Spy' ClientHeight = 230 ClientWidth = 376 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object reglink: TLabel Left = 16 Top = 96 Width = 244 Height = 14 Cursor = crHandPoint Caption = 'Need a registration key? Lost your key? Click here!' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsUnderline] ParentFont = False OnClick = reglinkClick end object Label4: TLabel Left = 16 Top = 8 Width = 262 Height = 84 Caption = 'MP3Spy is Shareware!'#13#10'You'#39're welcome to try it out and see what ' + 'you think.'#13#10'However, if you'#39're a regular user, please register t' + 'his software to help support future development. A lifetime regi' + 'stration and access to all future upgrades is only U.S. $20.00.' WordWrap = True end object GroupBox1: TGroupBox Left = 16 Top = 112 Width = 273 Height = 113 Caption = ' Registration Information ' TabOrder = 0 object Label2: TLabel Left = 8 Top = 21 Width = 245 Height = 28 Caption = 'Note: If possible, paste the information below from your registr' + 'ation E-Mail to assure accuracy' WordWrap = True end object Label1: TLabel Left = 8 Top = 55 Width = 74 Height = 14 Caption = '&E-Mail address:' end object Label3: TLabel Left = 60 Top = 79 Width = 22 Height = 14 Caption = '&Key:' end object email_box: TEdit Left = 88 Top = 51 Width = 137 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object key_box: TEdit Left = 88 Top = 75 Width = 137 Height = 22 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 end end object rightpanel: TPanel Left = 295 Top = 0 Width = 81 Height = 230 Align = alRight Color = clNavy Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 1 object ok_butt: TRxSpeedButton Left = -1 Top = 1 Width = 82 Height = 24 Caption = 'OK' Flat = True ModalResult = 1 Transparent = True OnClick = ok_buttClick end object cancel_butt: TRxSpeedButton Left = -1 Top = 25 Width = 82 Height = 24 Caption = 'Cancel' Flat = True ModalResult = 2 Transparent = True OnClick = cancel_buttClick end object findanim: TAnimate Left = 16 Top = 96 Width = 48 Height = 50 Active = False CommonAVI = aviFindFile StopFrame = 23 Visible = False end end object Timer1: TTimer Enabled = False Interval = 5000 OnTimer = Timer1Timer Left = 264 Top = 24 end object badtimer: TTimer Enabled = False Interval = 5000 OnTimer = badtimerTimer Left = 264 Top = 56 end object goodtimer: TTimer Enabled = False OnTimer = goodtimerTimer Left = 264 Top = 96 end end